ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / WilliamsR<T> Class
Members

In This Topic
    WilliamsR<T> Class
    In This Topic
    Represents a Willaims %R indicator series for the FinancialChart.
    Object Model
    WilliamsR<T> Class
    Syntax
    'Declaration
     
    Public Class WilliamsR(Of T) 
       Inherits SingleOverlayIndicatorBase(Of T)
    public class WilliamsR<T> : SingleOverlayIndicatorBase<T> 
    Type Parameters
    T
    Remarks
    Represents a Willaims %R indicator series for the FinancialChart.
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.ChartSeriesBase<T>
          C1.Web.Mvc.ExtraSeries<T>
             C1.Web.Mvc.Finance.SingleOverlayIndicatorBase<T>
                C1.Web.Mvc.Finance.WilliamsR<T>

    See Also